home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-03-05 | 807 b | 49 lines | [TEXT/ttxt] |
- //Orbits V1.0
- //By Doug Gregory - 03/03/00
- //pgregory@interlog.com
-
- Resn=5,
- Durn="3",
- CamX="60",
- CamY="20",
- CamZ="14",
- CmLY="0",
- CmLZ="0",
- CUpX="0",
- CUpY="0",
- CUpZ="1",
- C0="(st * 20) % 3",
- C1="cos(6.2831853 * (dt-0.5) / 2) * 5 * (C0 + 1)",
-
- C2="(pos(sgn(C0 -2) * -1) * sin(t/2) * 50) + (pos((C0 * -1) + 0.5) * cos(1.5 * t) * 30)",
- C3="(pos(sgn(C0 -2) * -1) * cos(t/2) * 50) + (pos((C0 * -1) + 0.5) * sin(1.5 * t) * 30)",
-
- X="sin(6.2831853 * s) * C1 + C2",
- Y="cos(6.2831853 * s) * C1 + C3",
- Z="sin(6.2831853 * (dt-0.5) / 2) * -5 * (C0 + 1)",
-
- C4="abs(C0 - 1) * 0.3",
- C5=".3 * C0",
-
- D0="mag( s )",
-
- R="C5 + D0",
- G="C4 + D0",
- B="D0",
-
- LvlR="C5 + D0",
- LvlG="abs(C0 - 1) + 0.3 + mag(s)",
- LvlB="D0",
- BckB="0",
- ConL=0,
- ConB=2,
- LWdt="1",
- Fall="0.5",
- widt=30,heig=5,
- Scal="50",
- Stps=40,
- ScSz=1,
- Pers="150",
- Vers=30
-
-